Fixes for r38707:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 6 Aug 2008 17:35:19 +0000 (17:35 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 6 Aug 2008 17:35:19 +0000 (17:35 +0000)
commit61301fbfe2a78b11e4f5b1c920e1014d982a9419
treea2f30ba2b6c16c1371747f821ccc381780858e60
parent35add7ec8f88d86dc00bc8835f580a4705ea7c23
Fixes for r38707:
* $wgOut is already passed to the function in the $out param
* Don't throw a fatal error if the target param is set but to an invalid/empty title (Fatal error: Call to a member function getPrefixedText() on a non-object in ./includes/specials/SpecialRecentchangeslinked.php on line 169)
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialRecentchangeslinked.php